home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / extremeracing2.swf / scripts / DefineSprite_145 / frame_31 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  134 b   |  10 lines

  1. if(_root.distance < 2)
  2. {
  3.    rnd = Math.floor(Math.random() * 100);
  4.    gotoAndPlay(36 + rnd);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(135);
  9. }
  10.